Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: put release script specifics in details #35260

Closed
wants to merge 2 commits into from

Conversation

MylesBorins
Copy link
Member

Listing all the steps can be confusing an make it seem like
the releaser is meant to run each of these steps manually. In fact
I personally did that my first release.

Let's put those steps in a details block to make it more obvious
that it is informational and not steps to follow

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Sep 18, 2020
doc/guides/releases.md Outdated Show resolved Hide resolved
@MylesBorins MylesBorins force-pushed the release-details branch 3 times, most recently from bfd358e to 490d54a Compare September 18, 2020 17:06
Listing all the steps can be confusing an make it seem like
the releaser is meant to run each of these steps manually. In fact
I personally did that my first release.

Let's put those steps in a details block to make it more obvious
that it is informational and not steps to follow
doc/guides/releases.md Show resolved Hide resolved
Co-authored-by: Anna Henningsen <github@addaleax.net>
@MylesBorins MylesBorins added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Sep 21, 2020
@github-actions github-actions bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Sep 21, 2020
@github-actions
Copy link
Contributor

Commit Queue failed
- Loading data for nodejs/node/pull/35260
✔  Done loading data for nodejs/node/pull/35260
----------------------------------- PR info ------------------------------------
Title      doc: put release script specifics in details (#35260)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     MylesBorins:release-details -> nodejs:master
Labels     author ready, doc
Commits    2
 - doc: put release script specifics in details
 - Update doc/guides/releases.md
Committers 2
 - Myles Borins 
 - GitHub 
PR-URL: https://github.com/nodejs/node/pull/35260
Reviewed-By: Richard Lau 
Reviewed-By: Ruy Adorno 
Reviewed-By: Daijiro Wachi 
Reviewed-By: Anna Henningsen 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/35260
Reviewed-By: Richard Lau 
Reviewed-By: Ruy Adorno 
Reviewed-By: Daijiro Wachi 
Reviewed-By: Anna Henningsen 
--------------------------------------------------------------------------------
   ⚠  Commits were pushed since the last review:
   ⚠  - Update doc/guides/releases.md
   ✖  Last GitHub CI failed
   ℹ  Doc-only changes
   ℹ  This PR was created on Fri, 18 Sep 2020 16:57:12 GMT
   ✔  Approvals: 4
   ✔  - Richard Lau (@richardlau): https://github.com/nodejs/node/pull/35260#pullrequestreview-491687709
   ✔  - Ruy Adorno (@ruyadorno): https://github.com/nodejs/node/pull/35260#pullrequestreview-491743410
   ✔  - Daijiro Wachi (@watilde): https://github.com/nodejs/node/pull/35260#pullrequestreview-491973533
   ✔  - Anna Henningsen (@addaleax): https://github.com/nodejs/node/pull/35260#pullrequestreview-492198767
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu

@targos targos added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Sep 21, 2020
@github-actions github-actions bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Sep 21, 2020
@github-actions
Copy link
Contributor

Commit Queue failed
- Loading data for nodejs/node/pull/35260
✔  Done loading data for nodejs/node/pull/35260
----------------------------------- PR info ------------------------------------
Title      doc: put release script specifics in details (#35260)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     MylesBorins:release-details -> nodejs:master
Labels     author ready, doc
Commits    2
 - doc: put release script specifics in details
 - Update doc/guides/releases.md
Committers 2
 - Myles Borins 
 - GitHub 
PR-URL: https://github.com/nodejs/node/pull/35260
Reviewed-By: Richard Lau 
Reviewed-By: Ruy Adorno 
Reviewed-By: Daijiro Wachi 
Reviewed-By: Anna Henningsen 
Reviewed-By: Michaël Zasso 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/35260
Reviewed-By: Richard Lau 
Reviewed-By: Ruy Adorno 
Reviewed-By: Daijiro Wachi 
Reviewed-By: Anna Henningsen 
Reviewed-By: Michaël Zasso 
--------------------------------------------------------------------------------
   ✖  GitHub CI is still running
   ℹ  Doc-only changes
   ℹ  This PR was created on Fri, 18 Sep 2020 16:57:12 GMT
   ✔  Approvals: 5
   ✔  - Richard Lau (@richardlau): https://github.com/nodejs/node/pull/35260#pullrequestreview-491687709
   ✔  - Ruy Adorno (@ruyadorno): https://github.com/nodejs/node/pull/35260#pullrequestreview-491743410
   ✔  - Daijiro Wachi (@watilde): https://github.com/nodejs/node/pull/35260#pullrequestreview-491973533
   ✔  - Anna Henningsen (@addaleax): https://github.com/nodejs/node/pull/35260#pullrequestreview-492198767
   ✔  - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/35260#pullrequestreview-492875667
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu

@mmarchini mmarchini added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. commit-queue Add this label to land a pull request using GitHub Actions. labels Sep 21, 2020
@mmarchini
Copy link
Contributor

fyi commit queue won't work because there's a commit that neither passes our checks nor is a fixup! commit.

MylesBorins added a commit that referenced this pull request Sep 21, 2020
Listing all the steps can be confusing an make it seem like
the releaser is meant to run each of these steps manually. In fact
I personally did that my first release.

Let's put those steps in a details block to make it more obvious
that it is informational and not steps to follow

PR-URL: #35260
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruy Adorno <ruyadorno@github.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@MylesBorins
Copy link
Member Author

@mmarchini ahhhh. That commit was autogenerate via suggestions. I wonder if there is a way we could auto fixup those kinds of generated commits

Landed in d71b467

MylesBorins added a commit that referenced this pull request Sep 24, 2020
Listing all the steps can be confusing an make it seem like
the releaser is meant to run each of these steps manually. In fact
I personally did that my first release.

Let's put those steps in a details block to make it more obvious
that it is informational and not steps to follow

PR-URL: #35260
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruy Adorno <ruyadorno@github.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@MylesBorins MylesBorins mentioned this pull request Sep 29, 2020
MylesBorins added a commit that referenced this pull request Nov 3, 2020
Listing all the steps can be confusing an make it seem like
the releaser is meant to run each of these steps manually. In fact
I personally did that my first release.

Let's put those steps in a details block to make it more obvious
that it is informational and not steps to follow

PR-URL: #35260
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruy Adorno <ruyadorno@github.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@MylesBorins MylesBorins mentioned this pull request Nov 3, 2020
MylesBorins added a commit that referenced this pull request Nov 16, 2020
Listing all the steps can be confusing an make it seem like
the releaser is meant to run each of these steps manually. In fact
I personally did that my first release.

Let's put those steps in a details block to make it more obvious
that it is informational and not steps to follow

PR-URL: #35260
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruy Adorno <ruyadorno@github.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
Listing all the steps can be confusing an make it seem like
the releaser is meant to run each of these steps manually. In fact
I personally did that my first release.

Let's put those steps in a details block to make it more obvious
that it is informational and not steps to follow

PR-URL: nodejs#35260
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruy Adorno <ruyadorno@github.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants